CORE-15655 bazel: update seastar to e5addf88#30288
Merged
pgellert merged 1 commit intoredpanda-data:devfrom Apr 28, 2026
Merged
CORE-15655 bazel: update seastar to e5addf88#30288pgellert merged 1 commit intoredpanda-data:devfrom
pgellert merged 1 commit intoredpanda-data:devfrom
Conversation
Changes: - ossl: Share BIO ptrs across shards - ossl: use make_ossl_error for BIO creation failure - ossl: drain error queue on unexpected error codes - ossl: clear error queue after successful SSL_CTX_new - ossl: clear error queue after successful SSL operations - ossl: assert clean error queue before SSL operations
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Bazel-pinned seastar dependency to commit e5addf8807f86e7f9f2523a72e256c4742dcd8da (per the referenced seastar PR), aligning Bazel fetch metadata and lockfile state with the new upstream snapshot.
Changes:
- Bump
seastarhttp_archiveto the new commit, updatingurl,strip_prefix, andsha256. - Refresh
MODULE.bazel.lockentries to match the updated repository rule attributes and resulting digests.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
bazel/repositories.bzl |
Updates the seastar archive pin (commit, URL, strip prefix, sha256). |
MODULE.bazel.lock |
Updates lockfile digests and the recorded seastar archive attributes to remain consistent with the new pin. |
StephanDollberg
approved these changes
Apr 24, 2026
Collaborator
Retry command for Build#83631please wait until all jobs are finished before running the slash command |
Collaborator
CI test resultstest results on build#83631
|
Contributor
Author
|
The CI failure is an unrelated flake: CORE-16132 |
Contributor
Author
|
/ci-repeat 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
Ref: redpanda-data/seastar#273
Backports Required
Release Notes